org.eclipse.vtp.desktop.editors.core.elements.properties
Class FragmentOutputMappingPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.dialogs.ContentPage
      extended by org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
          extended by org.eclipse.vtp.desktop.editors.core.elements.properties.FragmentOutputMappingPanel

public class FragmentOutputMappingPanel
extends ComponentPropertiesPanel


Nested Class Summary
 class FragmentOutputMappingPanel.MappingCellModifier
           
 class FragmentOutputMappingPanel.MappingContentProvider
           
 class FragmentOutputMappingPanel.MappingLabelProvider
           
 
Constructor Summary
FragmentOutputMappingPanel(ApplicationFragmentElement element, java.util.List<PrimitiveElement> returnElements, java.util.Map<java.lang.String,java.util.List<ApplicationFragmentElement.OutputMapping>> mappings)
           
 
Method Summary
 void cancel()
           
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 void save()
           
 void setConfigurationContext(Brand brand, java.lang.String interactionType, java.lang.String language)
           
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
createPage, getContainer, getControl, setControl
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.ContentPage
getName, getRootShell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentOutputMappingPanel

public FragmentOutputMappingPanel(ApplicationFragmentElement element,
                                  java.util.List<PrimitiveElement> returnElements,
                                  java.util.Map<java.lang.String,java.util.List<ApplicationFragmentElement.OutputMapping>> mappings)
Method Detail

cancel

public void cancel()
Specified by:
cancel in class ComponentPropertiesPanel

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControls in class ComponentPropertiesPanel

save

public void save()
Specified by:
save in class ComponentPropertiesPanel

setConfigurationContext

public void setConfigurationContext(Brand brand,
                                    java.lang.String interactionType,
                                    java.lang.String language)
Specified by:
setConfigurationContext in class ComponentPropertiesPanel